home *** CD-ROM | disk | FTP | other *** search
/ Gigantic Games 2 / Gigantic Games 2.iso / pc / _t_ / tank_attack_68000 / tank_attack.doc < prev    next >
Text File  |  1994-12-23  |  6KB  |  142 lines

  1. V1.0A
  2.                                 TANK-ATTACK
  3.  
  4.                      An Arcade Game For 2 To 4 Players
  5.                      Written In 100% Assembly Language
  6.  
  7.                                 - Credits -
  8.  
  9.                              Program - P.Kent
  10.                             Graphics - S.Smith
  11.                       Levels - P.Kent/S.Smith/S.Davey
  12.                    Thanks To - A.Hogg/M.Meany/D.Edwards
  13.  
  14. The Game
  15. ========
  16. The game is played in a series of arenas, all walled, some relatively
  17. open, and some a maze of tunnels. Each player controls a tank, and starting
  18. in different places, each player has one simple aim:
  19. Destroy every other player on each level - before they do the same to you.
  20. Each player controls a small craft (tank) initially equipped for survival
  21. with only a small cannon and manoeverability.
  22. Sounds simple?
  23. It is - but for a small catch... shots fired from each tank bounce on hitting
  24. walls, so to survive and win you must have a good 'eye' for possible angles
  25. on opposing players ; Guns also have a habit of overheating...
  26.  
  27. Periodically bonus icons appear: These (usually) give a temporary beneficial
  28. effect - to collect simply run over them with your tank.
  29. The possible effects are:
  30.  
  31.     EXTRA ENERGY  - An extra 30% energy, up to a maximum of 99%.
  32.     BULLET DAMAGE - Temporarily, all bullets do double damage.
  33.     BULLET LENGTH - Temporarily, bullets travel much further than normal.
  34.     SHIELD        - Player becomes immune to damage for a short period.
  35.     INVISIBILITY  - Hmmm.
  36.     EXTRA SPEED   - Double speed!
  37. EXPLODING BULLETS - Instead of reflecting, bullets break up into 3 fragments,
  38.                     each doing normal bullet damage! 'Unexploded' shots deal
  39.                     double damage.
  40.   NON-REFLECTIVE 
  41.          BULLETS  - The one & only cursed bonus.
  42.  
  43. Damage is taken when either your craft is hit by an opponents bullet, or
  44. an opponent rams into you. Note that they will not take ramming damage
  45. unless you also attempt to drive over them.
  46. Driving through the centre of a major explosion (a vanquished player
  47. exploding) can cause severe damage to your tank.
  48.  
  49. Points are scored as follows:
  50.  10 Bullet hitting another tank.
  51. 100 Destroying an opponents tank.
  52. 125 Surviving until the end of the level.
  53.  
  54. NOTE: Points are *lost* for ramming into another player - it may help to
  55. destroy them, but you won't score anything!
  56.  
  57. At the top of the screen is listed each players ENERGY and GUNPOWER in
  58. the following layout:
  59.  
  60.       PLAYER 1 %ENERGY %GUNPOWER  LEVEL    PLAYER 2 %ENERGY %GUNPOWER
  61.       PLAYER 3 %ENERGY %GUNPOWER   NO.     PLAYER 4 %ENERGY %GUNPOWER
  62.  
  63. Requirements
  64. ============
  65. Tank-Attack runs on all configurations of Amiga with at least 512k of
  66. memory. It requires some 325K of memory to run, and about 90K above that to
  67. decrunch, if crunched with TURBO IMPLODER V4 (on the highest setting).
  68. If you have a 512k Amiga and the program wont load with workbench loaded
  69. then either:
  70.  
  71. 1)Try closing down all windows, bar the one containing the game, and kill
  72.   all other programs in an attempt to free as much memory as possible.
  73. 2)Run 'Tank-Attack' from the CLI, by breaking out of the startup-sequence.
  74.  
  75. For either three or four joysticks to be used, a special '4 player adaptor'
  76. that plugs in the pinter (parallel) port is required. These are
  77. available from most suppliers. A maximum of two people can play on keyboard.
  78.  
  79. The Main Menu
  80. =============
  81. The main options screen on Tank-Attack:
  82. Pressing ESCAPE quits the program, returning to the Workbench.
  83. Function keys TWO to FOUR start two to four player games respectively.
  84. Number keys 1-4 (above QWERT) toggle control for each player,respectively,
  85. between joystick and keyboard. The two possible keyboard controls
  86. are called 'Keyboard 1 and 2', and can be redefined from the defaults by
  87. pressing 'R'.
  88.  
  89. Redefining Keys
  90. ===============
  91. Press your new keys in the order given on screen to change the key settings.
  92. To leave a key unchanged press ESCAPE.
  93.  
  94.                         * NOTE : KEYBOARD CLASHES *
  95. Unfortunately, because of Commodore's keyboard design, certain key
  96. combinations will not work. Certain combinations of keys will cause others
  97. to be locked out(!), hence if two people are going to play on keyboard,
  98. check all of the keys respond! eg. Check both players can move diagonally &
  99. fire at the same time.
  100. The default key settings: Q,A,X,C,CONTROL and NUMERIC KEYPAD 8,2,4,6,ENTER
  101. do not suffer from clashes - most dont in fact, but check just the same.
  102.  
  103. Sorry about that folks, but its unavoidable! The best solution is to use
  104. a 4-player adaptor [ :-) ]...
  105.  
  106. During the Game
  107. ===============
  108. The game continues until all 25 levels have been completed, or the
  109. ESCAPE keys has been pressed to quit the game.
  110.  
  111. A level can be quit, exploding every surviving player by pressing the
  112. APOSTROPHE key (left of `1` on the main keyboard) and the ASTERISK key
  113. on the NUMERIC KEYPAD at the SAME TIME.
  114.  
  115. Notes
  116. =====
  117. This program was written in 100% assembly language, using DEVPAC v3.01 by
  118. HiSoft Ltd. It was developed on a 2MB A500 with 2 disk drives, and 
  119. KickStart 2.0. 
  120.  
  121.  
  122. I can be contacted at:
  123.  
  124. BEFORE 23/7/1992:   Paul Kent,
  125.                     9 Pendean,
  126.                     Burgess Hill,
  127.                     West Sussex,
  128.                     RH15 ODW.
  129.  
  130.  As of 23/7/1992:   Paul Kent,
  131.                     71 Shearwater Drive,
  132.                     Langford village,
  133.                     Bicester,
  134.                     Oxon.
  135.                     OX6 OYS.
  136.  
  137.  
  138.                               Enjoy the game,
  139.  
  140.                                 Paul Kent.
  141.                                                                      22/6/1992
  142.